Click or drag to resize
Cidr Methods

The Cidr type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns true if the other object is a CIDR with the same properties as this object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hashcode for the CIDR. Guaranteed to return the same hashcode for two CIDRs that are equal.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatches
Returns true if the address passed across matches the CIDR.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParse
Parses an address. Throws exceptions if the parse fails.
Public methodToString
See base docs.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
Parses an address. Returns false and sets the cidr to null if the parse fails.
Top
See Also