Cidr Methods |
The Cidr type exposes the following members.
Name | Description | |
---|---|---|
Equals |
Returns true if the other object is a CIDR with the same properties as this object.
(Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hashcode for the CIDR. Guaranteed to return the same hashcode for two CIDRs that
are equal.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Matches |
Returns true if the address passed across matches the CIDR.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Parse |
Parses an address. Throws exceptions if the parse fails.
| |
ToString |
See base docs.
(Overrides ObjectToString.) | |
TryParse |
Parses an address. Returns false and sets the cidr to null if the parse fails.
|